internal/runtime/maps.Map.getWithoutKeySmallFastStr (method)

3 uses

	internal/runtime/maps (current package)
		runtime_faststr_swiss.go#L17: func (m *Map) getWithoutKeySmallFastStr(typ *abi.SwissMapType, key string) unsafe.Pointer {
		runtime_faststr_swiss.go#L120: 		elem := m.getWithoutKeySmallFastStr(typ, key)
		runtime_faststr_swiss.go#L179: 		elem := m.getWithoutKeySmallFastStr(typ, key)